babl: acknowledge some used trademarks
authorØyvind Kolås <pippin@gimp.org>
Tue, 3 Oct 2017 15:06:06 +0000 (17:06 +0200)
committerØyvind Kolås <pippin@gimp.org>
Tue, 3 Oct 2017 15:06:17 +0000 (17:06 +0200)
babl/babl-icc.c
babl/babl-internal.h
babl/babl-space.c
babl/babl.h

index 72572e2d063c302c114cc744d4ff464ff694cb0e..45ba8fa4f1b7bd3bc4b1a03a485adf0f70b3bd7f 100644 (file)
@@ -1116,3 +1116,9 @@ static int ConvertUTF16toUTF8 (const UTF16** sourceStart, const UTF16* sourceEnd
     *targetStart = target;
     return result;
 }
+
+/* Trademarks:
+ *
+ * International Color Consortium is a registered trademarks of the.
+ * International Color Consortium.
+ */
index 4a5793269dde009c4cd8423ecfc4a5f19678b017..3362563cec431f1de23d3e6326265db32222d509 100644 (file)
@@ -445,7 +445,7 @@ const Babl * babl_trc       (const char *name);
 int _babl_file_get_contents (const char  *path,
                              char       **contents,
                              long        *length,
-                            void        *error);
+                             void        *error);
 
 typedef enum {
   BABL_ICC_DEFAULTS = 0,
index a362521289e0accb00a24fdddab8617f7439716d..adc9e7a92c5a8612dc977699784b779dfe743ad4 100644 (file)
@@ -390,7 +390,11 @@ babl_space_class_init (void)
                babl_trc("sRGB"), NULL, NULL);
 
   babl_space_from_chromaticities (
-      "Adobe",
+      "Adobish",  /* a space that can be used as a place-holder for a sRGB like
+space with displaced green coordinates from a big graphics software vendor that
+would rather not it's name be directly used when referring to this color space,
+this color space isn't exactly like theirs but close enough with babls own
+computations of uniform gray axis */
       0.3127,  0.3290, /* D65 */
       0.6400,  0.3300,
       0.2100,  0.7100,
@@ -972,3 +976,13 @@ const Babl *babl_space_match_trc_matrix (const Babl *trc_red,
   }
   return NULL;
 }
+
+/* Trademarks:
+ *
+ * International Color Consortium is a registered trademarks of the.
+ * International Color Consortium.
+ * Apple is a trademark or registered trademark of Apple Inc in many countries.
+ * Adobish is meant to concisely convey resemblence/compatibility with Adobe
+ * RGB- without actualy being it, Adobe is a trademark or registered trademark
+ * of Adobe Systems Incorporated in many countires.
+ */
index f97e03632a202569f551fe3d3b8aa56d6dc97b29..5e299a75be17530b47ff7d5837335e66acedd7f9 100644 (file)
@@ -86,7 +86,8 @@ const Babl * babl_model     (const char *name);
  *
  * Returns the babl object representing the specific RGB matrix color
  * working space referred to by name. Babl knows of:
- *    sRGB, Rec2020, Adobe, Apple and ProPhoto
+ *    sRGB, Rec2020, Adobish, Apple and ProPhoto
+ *
  */
 const Babl * babl_space (const char *name);
 
@@ -436,3 +437,13 @@ void * babl_get_user_data     (const Babl *babl);
 #endif
 
 #endif
+
+/* Trademarks:
+ *
+ * International Color Consortium is a registered trademarks of the.
+ * International Color Consortium.
+ * Apple is a trademark or registered trademark of Apple Inc in many countries.
+ * Adobish is meant to concisely convey resemblence/compatibility with Adobe
+ * RGB- without actualy being it, Adobe is a trademark or registered trademark
+ * of Adobe Systems Incorporated in many countires.
+ */